Skip to main content

All Questions

3votes
3answers
3kviews

grep on a Java Method

Lets say I have a java class called DirectAction some of the methods in the class have the word "action" or "Action" What is the grep command to get the names of all the methods who have "Action" or ...
gkmohit's user avatar
  • 3,429

close